home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 2.iso / pc / data / b026pot.dir / 00004.ls < prev    next >
Encoding:
Text File  |  1996-09-09  |  1.0 KB  |  45 lines

  1. on exitFrame
  2.   if rollOver(5) then
  3.     puppetSprite(5, 1)
  4.     set the castNum of sprite 5 to cast "b059.roll"
  5.     updateStage()
  6.   else
  7.     set the castNum of sprite 5 to cast "b059"
  8.     updateStage()
  9.   end if
  10.   if rollOver(6) then
  11.     puppetSprite(6, 1)
  12.     set the castNum of sprite 6 to cast "b060.roll"
  13.     updateStage()
  14.   else
  15.     set the castNum of sprite 6 to cast "b060"
  16.     updateStage()
  17.   end if
  18.   if rollOver(7) then
  19.     puppetSprite(7, 1)
  20.     set the castNum of sprite 7 to cast "b061.roll"
  21.     updateStage()
  22.   else
  23.     set the castNum of sprite 7 to cast "b061"
  24.     updateStage()
  25.   end if
  26.   if rollOver(8) then
  27.     puppetSprite(8, 1)
  28.     set the castNum of sprite 8 to cast "b062.roll"
  29.     updateStage()
  30.   else
  31.     set the castNum of sprite 8 to cast "b062"
  32.     updateStage()
  33.   end if
  34.   if rollOver(9) then
  35.     puppetSprite(9, 1)
  36.     set the castNum of sprite 9 to cast "b063.roll"
  37.     updateStage()
  38.   else
  39.     set the castNum of sprite 9 to cast "b063"
  40.     updateStage()
  41.   end if
  42.   mainMenuRollovers()
  43.   go(the frame)
  44. end
  45.